home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Errors.idl < prev    next >
Text File  |  1996-05-01  |  3KB  |  94 lines

  1. /*
  2.      File:        Errors.idl
  3.  
  4.      Contains:    OSErr codes.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __ERRORS_IDL__
  19. #define __ERRORS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. /* OffScreen QuickDraw Errors */
  31. /*Speech Manager errors*/
  32. /* Midi Manager Errors: */
  33. /*Notification Manager errors*/
  34. /* Thread Manager Error Codes */
  35. /*MemoryDispatch errors*/
  36. /*Help Mgr error range: -850 to -874*/
  37. /* ADSP Error Codes */
  38. /****    OSL ERROR CODES            ****/
  39. /*
  40. --------------------------------------------------------------
  41.         Apple event manager error messages
  42. --------------------------------------------------------------
  43. */
  44. /*
  45. *************************************************************************
  46.     API Errors
  47. *************************************************************************
  48. */
  49. /*QuickTime errors*/
  50. /* NameRegistry error codes */
  51. /*
  52. *************************************************************************
  53.     Script Error Codes
  54. *************************************************************************
  55. */
  56. /* Runtime errors: */
  57. /*Component Manager & component errors*/
  58. /* Color Picker errors*/
  59. /*Text Engines, TSystemTextEngines, HIEditText error coded*/
  60. /* NumberFormatting error codes*/
  61. /* TextParser error codes*/
  62. /* Collection Manager errors */
  63. /* Unicode Converter Error Codes*/
  64. /* AERegistry Errors */
  65. /* TELErr */
  66. /* MP (multiprocessor API) error codes*/
  67. /* StringCompare error codes (in TextUtils range)*/
  68. /* TextObjects error codes*/
  69. /* Locale Object Mgr errors*/
  70. /*Translation manager & Translation components*/
  71. /*
  72.     System Errors that are used after MacsBug is loaded to put up dialogs since these should not 
  73.     cause MacsBug to stop, they must be in the range (30, 42, 16384-32767) negative numbers add 
  74.     to an existing dialog without putting up a whole new dialog 
  75. */
  76. /*  Kernel Error Codes  */
  77. /*
  78.  The System 8 form of CFM errors.
  79.  The preferred spelling for Code Fragment Manager errors:
  80. */
  81. #if OLDROUTINENAMES
  82. /* The old spelling for Code Fragment Manager errors, kept for compatibility:*/
  83. #endif
  84. /* System Notification Service error codes */
  85. /* AppleEvent error definitions */
  86. /* System Logging Service */
  87. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  88. #endif
  89.  
  90. #endif /* __SOMIDL__ */
  91.  
  92. #endif /* __ERRORS_IDL__ */
  93.  
  94.